@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
.twoColElsLtHdr #container div {
	padding: 10px;
}



.twoColElsLtHdr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: center;
} 
.twoColElsLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px; 
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; 
	background: #EBEBEB; 
	padding: 15px 0; 
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
	padding: 10px;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 14em;
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #000000;
	background-color: #333333;
}
.style3 {font-size: medium}
.style6 {font-size: small; font-weight: bold; }
.style8 {font-size: small}
.style13 {
	font-size: medium;
	font-weight: bold;
}
